home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / musicali / splib52d.lha / superplay-lib_DEV / Programmers / Example_Tools / SimplePlay / smakefile < prev   
Makefile  |  1996-11-15  |  386b  |  16 lines

  1. SimplePlay : SimplePlay.o SimplePlay_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:cback.o,SimplePlay.o,SimplePlay_Subs.o,AsmSupport.o TO SimplePlay LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.  
  5. SimplePlay.o : SimplePlay.c
  6.  
  7.                SC SimplePlay.c
  8.  
  9. SimplePlay_Subs.o : SimplePlay_Subs.c
  10.  
  11.                SC SimplePlay_Subs.c
  12.  
  13. AsmSupport.o : AsmSupport.a
  14.  
  15.                Asm AsmSupport.a
  16.